home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 August / PCWorld_2001-08_cd.bin / Software / Vyzkuste / codePad / CodePad30.exe / Syntax Definitions / cppbuilder.def < prev    next >
Text File  |  2000-11-08  |  6KB  |  235 lines

  1. object TPersHolder
  2.   P.Name = 'C++ (Builder)'
  3.   P.SyntaxBlocks = <
  4.     item
  5.       Name = 'Default'
  6.       ID = 0
  7.       CaseSensitive = True
  8.       UseMetaSymbol = True
  9.       UseMetaToWrapLines = True
  10.       MetaSymbol = '\'
  11.       FIText = 0
  12.       FIIntNum = 1
  13.       FIFloatNum = 2
  14.       FIHexNum = 3
  15.       FIDirective = 4
  16.       FISymbol = 11
  17.       UseSymbols = True
  18.       UseLineDirectives = True
  19.       UseComments = True
  20.       UseSingleLineComments = True
  21.       UseMultiLineComments = True
  22.       UseStrings = True
  23.       UseSingleLineStrings = True
  24.       UseNumbers = True
  25.       UsePrefixedNumbers = True
  26.       UseSuffixedNumbers = True
  27.       UseMultipleNumSuffixes = True
  28.       UsePrefixedSuffixedNumbers = True
  29.       UsePSNumComposition = True
  30.       UseKeywords = True
  31.       BlockDelimiters = <>
  32.       LineDirectivePrefix = '#'
  33.       SingleLineCommentDelimiters = <
  34.         item
  35.           FontID = 5
  36.           LeftDelimiter = '//'
  37.         end>
  38.       MultiLineCommentDelimiters = <
  39.         item
  40.           FontID = 6
  41.           LeftDelimiter = '/*'
  42.           RightDelimiter = '*/'
  43.         end>
  44.       SingleLineStringDelimiters = <
  45.         item
  46.           FontID = 7
  47.           LeftDelimiter = #39
  48.           RightDelimiter = #39
  49.         end
  50.         item
  51.           FontID = 8
  52.           LeftDelimiter = '"'
  53.           RightDelimiter = '"'
  54.         end
  55.         item
  56.           FontID = 9
  57.           LeftDelimiter = 'L"'
  58.           RightDelimiter = '"'
  59.         end>
  60.       NumPrefixes = <
  61.         item
  62.           LeftDelimiter = '0x'
  63.         end
  64.         item
  65.           LeftDelimiter = '0X'
  66.         end>
  67.       NumSuffixes = <
  68.         item
  69.           LeftDelimiter = 'l'
  70.         end
  71.         item
  72.           LeftDelimiter = 'L'
  73.         end
  74.         item
  75.           LeftDelimiter = 'u'
  76.         end
  77.         item
  78.           LeftDelimiter = 'U'
  79.         end
  80.         item
  81.           LeftDelimiter = 'i64'
  82.         end
  83.         item
  84.           LeftDelimiter = 'i32'
  85.         end
  86.         item
  87.           LeftDelimiter = 'i16'
  88.         end
  89.         item
  90.           LeftDelimiter = 'i8'
  91.         end
  92.         item
  93.           LeftDelimiter = 'I64'
  94.         end
  95.         item
  96.           LeftDelimiter = 'I32'
  97.         end
  98.         item
  99.           LeftDelimiter = 'I16'
  100.         end
  101.         item
  102.           LeftDelimiter = 'I8'
  103.         end>
  104.       NumPrefixesSuffixes = <>
  105.       KeywordSets = <
  106.         item
  107.           FontID = 10
  108.           Name = 'reserved'
  109.           Keywords = 
  110.             '__asm,__automated,__cdecl,__classid,__closure,__declspec,__dispi' +
  111.             'd,__except,__export,__fastcall,__finally,__import,__int16,__int3' +
  112.             '2,__int64,__int8,__pascal,__property,__published,__rtti,__stdcal' +
  113.             'l,__thread,__try,_asm,_cdecl,_export,_fastcall,_import,_pascal,_' +
  114.             'stdcall,asm,auto,bool,break,case,catch,cdecl,char,class,const,co' +
  115.             'nst_cast,continue,default,delete,do,double,dynamic_cast,else,enu' +
  116.             'm,explicit,extern,false,float,for,friend,goto,if,inline,int,long' +
  117.             ',mutable,namespace,new,operator,pascal,private,protected,public,' +
  118.             'register,reinterpret_cast,return,short,signed,sizeof,static,stat' +
  119.             'ic_cast,struct,switch,template,this,throw,true,try,typedef,typei' +
  120.             'd,typename,union,unsigned,using,virtual,void,volatile,wchar_t,wh' +
  121.             'ile'
  122.         end>
  123.     end>
  124.   P.FontTable = <
  125.     item
  126.       FontID = 0
  127.       GlobalAttrID = 'Whitespace'
  128.       Font.Charset = DEFAULT_CHARSET
  129.       Font.Color = clBlack
  130.       Font.Height = -13
  131.       Font.Name = 'Courier New'
  132.       Font.Style = []
  133.     end
  134.     item
  135.       FontID = 1
  136.       GlobalAttrID = 'Integer'
  137.       Font.Charset = DEFAULT_CHARSET
  138.       Font.Color = clGreen
  139.       Font.Height = -13
  140.       Font.Name = 'Courier New'
  141.       Font.Style = []
  142.     end
  143.     item
  144.       FontID = 2
  145.       GlobalAttrID = 'Float'
  146.       Font.Charset = DEFAULT_CHARSET
  147.       Font.Color = clGreen
  148.       Font.Height = -13
  149.       Font.Name = 'Courier New'
  150.       Font.Style = []
  151.     end
  152.     item
  153.       FontID = 3
  154.       GlobalAttrID = 'Integer'
  155.       Font.Charset = DEFAULT_CHARSET
  156.       Font.Color = clGreen
  157.       Font.Height = -13
  158.       Font.Name = 'Courier New'
  159.       Font.Style = []
  160.     end
  161.     item
  162.       FontID = 4
  163.       GlobalAttrID = 'Defines'
  164.       Font.Charset = DEFAULT_CHARSET
  165.       Font.Color = clGreen
  166.       Font.Height = -13
  167.       Font.Name = 'Courier New'
  168.       Font.Style = [fsBold]
  169.     end
  170.     item
  171.       FontID = 5
  172.       GlobalAttrID = 'Comment'
  173.       Font.Charset = DEFAULT_CHARSET
  174.       Font.Color = clGray
  175.       Font.Height = -13
  176.       Font.Name = 'Courier New'
  177.       Font.Style = [fsItalic]
  178.     end
  179.     item
  180.       FontID = 6
  181.       GlobalAttrID = 'Comment'
  182.       Font.Charset = DEFAULT_CHARSET
  183.       Font.Color = clGray
  184.       Font.Height = -13
  185.       Font.Name = 'Courier New'
  186.       Font.Style = [fsItalic]
  187.     end
  188.     item
  189.       FontID = 7
  190.       GlobalAttrID = 'String'
  191.       Font.Charset = DEFAULT_CHARSET
  192.       Font.Color = clMaroon
  193.       Font.Height = -13
  194.       Font.Name = 'Courier New'
  195.       Font.Style = []
  196.     end
  197.     item
  198.       FontID = 8
  199.       GlobalAttrID = 'String'
  200.       Font.Charset = DEFAULT_CHARSET
  201.       Font.Color = clMaroon
  202.       Font.Height = -13
  203.       Font.Name = 'Courier New'
  204.       Font.Style = []
  205.     end
  206.     item
  207.       FontID = 9
  208.       GlobalAttrID = 'String'
  209.       Font.Charset = DEFAULT_CHARSET
  210.       Font.Color = clMaroon
  211.       Font.Height = -13
  212.       Font.Name = 'Courier New'
  213.       Font.Style = []
  214.     end
  215.     item
  216.       FontID = 10
  217.       GlobalAttrID = 'Reserved words'
  218.       Font.Charset = DEFAULT_CHARSET
  219.       Font.Color = clBlue
  220.       Font.Height = -13
  221.       Font.Name = 'Courier New'
  222.       Font.Style = [fsBold]
  223.     end
  224.     item
  225.       FontID = 11
  226.       GlobalAttrID = 'Delimiters'
  227.       Font.Charset = DEFAULT_CHARSET
  228.       Font.Color = clBlack
  229.       Font.Height = -13
  230.       Font.Name = 'Courier New'
  231.       Font.Style = []
  232.     end>
  233.   P.SyntaxVersion = 3
  234. end
  235.